Remove the bizarre arrangement whereby EventChannel inherits from dict. Move
authoremellor@ewan <emellor@ewan>
Fri, 30 Sep 2005 10:40:59 +0000 (11:40 +0100)
committeremellor@ewan <emellor@ewan>
Fri, 30 Sep 2005 10:40:59 +0000 (11:40 +0100)
commit1b19d438d2ee5511b40c3e538437596f63d50527
tree7977bd944825f64da920cde5b93797dd3061098c
parente9a3ddb1b2786eb1c8917f2cd84a6267cf4504f9
Remove the bizarre arrangement whereby EventChannel inherits from dict.  Move
the channel-creation logic into eventChannel, making the EventChannel class
simpler.  Remove the closeEventChannel method -- it was simply doing a check
for None, and that isn't enough value to justify the extra method when there
is an EventChannel.close method there too.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py
tools/python/xen/xend/server/channel.py